Skip to content

fix: retry album art discovery for albums previously found to have none - #26

Merged
lstebner merged 1 commit into
mainfrom
fix/rescan-picks-up-late-added-folder-art
Jul 8, 2026
Merged

fix: retry album art discovery for albums previously found to have none#26
lstebner merged 1 commit into
mainfrom
fix/rescan-picks-up-late-added-folder-art

Conversation

@lstebner

@lstebner lstebner commented Jul 8, 2026

Copy link
Copy Markdown
Owner

Summary

  • Albums where art extraction found nothing were permanently marked art_source = 'none' and never reconsidered by later scans, so a folder cover image (e.g. cover.jpg) added to an album's directory after the first scan was never picked up on rescan.
  • list_missing_art now also selects albums with art_source = 'none', so they're retried on every scan. Cheap since it's just a stat/read of a few known filenames per album lacking art.

Test plan

  • Added albums_previously_found_to_have_no_art_are_retried_on_the_next_scan test
  • cargo test --lib passes (103 passed, 1 ignored)
  • Verified manually: rescanned real library, previously-blank album art now shows up

🤖 Generated with Claude Code

Albums where art extraction found nothing were permanently marked
art_source = 'none' and never reconsidered by later scans, so a folder
cover image added after the first scan was never picked up.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
@lstebner
lstebner force-pushed the fix/rescan-picks-up-late-added-folder-art branch from 8037b5f to 13b89ed Compare July 8, 2026 04:17
@lstebner
lstebner merged commit 0d60db8 into main Jul 8, 2026
2 checks passed
@lstebner
lstebner deleted the fix/rescan-picks-up-late-added-folder-art branch July 8, 2026 04:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant